Carbon


Token Codes

Header: Script.h

enum {
    delimPad = -2,
    tokenTilda = 44,
    tokenCarat = 55
};

Constant descriptions

delimPad

Represents a delimiter pad (special code).

tokenTilda
tokenCarat

These constants define the types of tokens recognized by the IntlTokenize function and specified in the field theToken of the token structure, TokenRec


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)